home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / hotkey / AutoHotkey104504_Install.exe / Extras / AutoHotkey.ctl < prev    next >
Text File  |  2006-11-04  |  17KB  |  997 lines

  1. #TITLE=AutoHotkey
  2. #INFO
  3. Cliptext Library for AutoHotkey
  4. #SORT=y
  5.  
  6. #T=#AllowSameLineComments
  7.  
  8. #T=#ClipboardTimeout
  9. #ClipboardTimeout milliseconds
  10.  
  11. #T=#CommentFlag
  12. #CommentFlag NewString
  13.  
  14. #T=#ErrorStdOut
  15.  
  16. #T=#EscapeChar
  17. #EscapeChar NewChar
  18.  
  19. #T=#HotkeyInterval
  20. #HotkeyInterval Value
  21.  
  22. #T=#HotkeyModifierTimeout
  23. #HotkeyModifierTimeout milliseconds
  24.  
  25. #T=#Hotstring
  26. #Hotstring NewOptions
  27.  
  28. #T=#IfWinActive
  29. #IfWinActive [,WinTitle,WinText]
  30.  
  31. #T=#IfWinExist
  32. #IfWinExist [,WinTitle,WinText]
  33.  
  34. #T=#IfWinNotActive
  35. #IfWinNotActive [,WinTitle,WinText]
  36.  
  37. #T=#IfWinNotExist
  38. #IfWinNotExist [,WinTitle,WinText]
  39.  
  40. #T=#Include
  41. #Include FileName
  42.  
  43. #T=#IncludeAgain
  44. #IncludeAgain FileName
  45.  
  46. #T=#InstallKeybdHook
  47.  
  48. #T=#InstallMouseHook
  49.  
  50. #T=#KeyHistory
  51. #KeyHistory MaxEvents
  52.  
  53. #T=#LTrim
  54. #LTrim On|Off
  55.  
  56. #T=#MaxHotkeysPerInterval
  57. #MaxHotkeysPerInterval Value
  58.  
  59. #T=#MaxMem
  60. #MaxMem ValueInMegabytes
  61.  
  62. #T=#MaxThreads
  63. #MaxThreads Value
  64.  
  65. #T=#MaxThreadsBuffer
  66. #MaxThreadsBuffer On|Off
  67.  
  68. #T=#MaxThreadsPerHotkey
  69. #MaxThreadsPerHotkey Value
  70.  
  71. #T=#NoEnv
  72.  
  73. #T=#NoTrayIcon
  74.  
  75. #T=#Persistent
  76.  
  77. #T=#SingleInstance
  78. #SingleInstance [force|ignore|off]
  79.  
  80. #T=#UseHook
  81. #UseHook [On|Off]
  82.  
  83. #T=#WinActivateForce
  84.  
  85. #T=AutoTrim
  86. AutoTrim,On|Off
  87.  
  88. #T=BlockInput
  89. BlockInput,On|Off|Send|Mouse|SendAndMouse|Default|MouseMove|MouseMoveOff
  90.  
  91. #T=Break
  92.  
  93. #T=Click
  94.  
  95. #T=ClipWait
  96. ClipWait [,SecondsToWait,1]
  97.  
  98. #T=Continue
  99.  
  100. #T=Control
  101. Control,Cmd [,Value,Control,WinTitle,WinText,ExcludeTitle,ExcludeText]
  102.  
  103. #T=ControlClick
  104. ControlClick [,Control-or-Pos,WinTitle,WinText,WhichButton,ClickCount,Options,ExcludeTitle,ExcludeText]
  105.  
  106. #T=ControlFocus
  107. ControlFocus [,Control,WinTitle,WinText,ExcludeTitle,ExcludeText]
  108.  
  109. #T=ControlGet
  110. ControlGet,OutputVar,Cmd [,Value,Control,WinTitle,WinText,ExcludeTitle,ExcludeText]
  111.  
  112. #T=ControlGetFocus
  113. ControlGetFocus,OutputVar [WinTitle,WinText,ExcludeTitle,ExcludeText]
  114.  
  115. #T=ControlGetPos
  116. ControlGetPos [,X,Y,Width,Height,Control,WinTitle,WinText,ExcludeTitle,ExcludeText]
  117.  
  118. #T=ControlGetText
  119. ControlGetText,OutputVar [,Control,WinTitle,WinText,ExcludeTitle,ExcludeText]
  120.  
  121. #T=ControlMove
  122. ControlMove,Control,X,Y,Width,Height [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  123.  
  124. #T=ControlSend
  125. ControlSend [,Control,Keys,WinTitle,WinText,ExcludeTitle,ExcludeText]
  126.  
  127. #T=ControlSendRaw
  128. ControlSendRaw [,Control,Keys,WinTitle,WinText,ExcludeTitle,ExcludeText]
  129.  
  130. #T=ControlSetText
  131. ControlSetText,Control,NewText [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  132.  
  133. #T=CoordMode
  134. CoordMode,ToolTip|Pixel|Mouse [,Screen|Relative]
  135.  
  136. #T=Critical
  137. Critical [,Off]
  138.  
  139. #T=DetectHiddenText
  140. DetectHiddenText,On|Off
  141.  
  142. #T=DetectHiddenWindows
  143. DetectHiddenWindows,On|Off
  144.  
  145. #T=Drive
  146. Drive,Sub-command [,Drive ,Value]
  147.  
  148. #T=DriveGet
  149. DriveGet,OutputVar,Cmd [,Value]
  150.  
  151. #T=DriveSpaceFree
  152. DriveSpaceFree,OutputVar,C:\
  153.  
  154. #T=Edit
  155.  
  156. #T=Else
  157.  
  158. #T=EnvAdd
  159. EnvAdd,Var,Value [,TimeUnits]
  160.  
  161. #T=EnvDiv
  162. EnvDiv,Var,Value
  163.  
  164. #T=EnvGet
  165. EnvGet,OutputVar,EnvVarName
  166.  
  167. #T=EnvMult
  168. EnvMult,Var,Value
  169.  
  170. #T=EnvSet
  171. EnvSet,EnvVar,Value
  172.  
  173. #T=EnvSub
  174. EnvSub,Var,Value [,TimeUnits]
  175.  
  176. #T=EnvUpdate
  177.  
  178. #T=Exit
  179. Exit [,ExitCode]
  180.  
  181. #T=ExitApp
  182. ExitApp [,ExitCode]
  183.  
  184. #T=FileAppend
  185. FileAppend [,Text,Filename]
  186.  
  187. #T=FileCopy
  188. FileCopy,Source,Dest [,Flag (1 = overwrite)]
  189.  
  190. #T=FileCopyDir
  191. FileCopyDir,Source,Dest [,Flag]
  192.  
  193. #T=FileCreateDir
  194. FileCreateDir,Path
  195.  
  196. #T=FileCreateShortcut
  197. FileCreateShortcut,Target,C:\My Shortcut.lnk [,WorkingDir,Args,Description,IconFile,ShortcutKey,IconNumber,RunState]
  198.  
  199. #T=FileDelete
  200. FileDelete,FilePattern
  201.  
  202. #T=FileGetAttrib
  203. FileGetAttrib,OutputVar(RASHNDOCT) [,Filename]
  204.  
  205. #T=FileGetShortcut
  206. FileGetShortcut,LinkFile [,OutTarget,OutDir,OutArgs,OutDescription,OutIcon,OutIconNum,OutRunState]
  207.  
  208. #T=FileGetSize
  209. FileGetSize,OutputVar [,Filename,Units]
  210.  
  211. #T=FileGetTime
  212. FileGetTime,OutputVar [,Filename,WhichTime (M,C,or A -- default is M)]
  213.  
  214. #T=FileGetVersion
  215. FileGetVersion,OutputVar [,Filename]
  216.  
  217. #T=FileInstall
  218. FileInstall,Source,Dest [,Flag (1 = overwrite)]
  219.  
  220. #T=FileMove
  221. FileMove,Source,Dest [,Flag (1 = overwrite)]
  222.  
  223. #T=FileMoveDir
  224. FileMoveDir,Source,Dest [,Flag (2 = overwrite)]
  225.  
  226. #T=FileRead
  227. FileRead,OutputVar,Filename
  228.  
  229. #T=FileReadLine
  230. FileReadLine,OutputVar,Filename,LineNum
  231.  
  232. #T=FileRecycle
  233. FileRecycle,FilePattern
  234.  
  235. #T=FileRecycleEmpty
  236. FileRecycleEmpty [,C:\]
  237.  
  238. #T=FileRemoveDir
  239. FileRemoveDir,Path [,Recurse? (1 = yes)]
  240.  
  241. #T=FileSelectFile
  242. FileSelectFile,OutputVar [,Options,RootDir[\DefaultFilename],Prompt,Filter]
  243.  
  244. #T=FileSelectFolder
  245. FileSelectFolder,OutputVar [,*StartingFolder,Options,Prompt]
  246.  
  247. #T=FileSetAttrib
  248. FileSetAttrib,Attributes(+-^RASHNOT) [,FilePattern,OperateOnFolders?,Recurse?]
  249.  
  250. #T=FileSetTime
  251. FileSetTime [,YYYYMMDDHH24MISS,FilePattern,WhichTime (M|C|A),OperateOnFolders?,Recurse?]
  252.  
  253. #T=FormatTime
  254. FormatTime,OutputVar [,YYYYMMDDHH24MISS,Format]
  255.  
  256. #T=GetKeyState
  257. GetKeyState,OutputVar,WhichKey [,Mode (P|T)]
  258.  
  259. #T=Gosub
  260. Gosub,Label
  261.  
  262. #T=Goto
  263. Goto,Label
  264.  
  265. #T=GroupActivate
  266. GroupActivate,GroupName [,R]
  267.  
  268. #T=GroupAdd
  269. GroupAdd,GroupName,WinTitle [,WinText,Label,ExcludeTitle,ExcludeText]
  270.  
  271. #T=GroupClose
  272. GroupClose,GroupName [,A|R]
  273.  
  274. #T=GroupDeactivate
  275. GroupDeactivate,GroupName [,R]
  276.  
  277. #T=Gui
  278. Gui,sub-command [,Param2,Param3,Param4]
  279.  
  280. #T=GuiControl
  281. GuiControl,Sub-command,ControlID [,Param3]
  282.  
  283. #T=GuiControlGet
  284. GuiControlGet,OutputVar [,Sub-command,ControlID,Param4]
  285.  
  286. #T=Hotkey
  287. Hotkey,KeyName [,Label,Options]
  288.  
  289. #T=If Else
  290. If (var = "Value") | IfWinExist,WinTitle | etc.
  291. {
  292.   command1
  293.   command2
  294. }
  295. Else
  296. {
  297.   command1
  298.   command2
  299. }
  300.  
  301. #T=If Var [not] between Low and High
  302.  
  303. #T=If Var [not] contains value1,value2,...
  304.  
  305. #T=If Var [not] in value1,value2,...
  306.  
  307. #T=If Var is [not] integer|float|number|digit|xdigit|alpha|upper|lower|alnum|space|time
  308.  
  309. #T=IfEqual
  310. IfEqual,var,value
  311.  
  312. #T=IfExist
  313. IfExist,File|Dir|Pattern
  314.  
  315. #T=IfGreater
  316. IfGreater,var,value
  317.  
  318. #T=IfGreaterOrEqual
  319. IfGreaterOrEqual,var,value
  320.  
  321. #T=IfInString
  322. IfInString,Var,SearchString
  323.  
  324. #T=IfLess
  325. IfLess,var,value
  326.  
  327. #T=IfLessOrEqual
  328. IfLessOrEqual,var,value
  329.  
  330. #T=IfMsgBox
  331. IfMsgBox,Yes|No|OK|Cancel|Abort|Ignore|Retry|Timeout
  332.  
  333. #T=IfNotEqual
  334. IfNotEqual,var,value
  335.  
  336. #T=IfNotExist
  337. IfNotExist,File|Dir|Pattern
  338.  
  339. #T=IfNotInString
  340. IfNotInString,Var,SearchString
  341.  
  342. #T=IfWinActive
  343. IfWinActive [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  344.  
  345. #T=IfWinExist
  346. IfWinExist [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  347.  
  348. #T=IfWinNotActive
  349. IfWinNotActive [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  350.  
  351. #T=IfWinNotExist
  352. IfWinNotExist [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  353.  
  354. #T=ImageSearch
  355. ImageSearch,OutputVarX,OutputVarY,X1,Y1,X2,Y2,ImageFile
  356.  
  357. #T=IniDelete
  358. IniDelete,Filename,Section [,Key]
  359.  
  360. #T=IniRead
  361. IniRead,OutputVar,Filename,Section,Key [,Default]
  362.  
  363. #T=IniWrite
  364. IniWrite,Value,Filename,Section,Key
  365.  
  366. #T=Input
  367. Input [,OutputVar,Options,EndKeys,MatchList]
  368.  
  369. #T=InputBox
  370. InputBox,OutputVar [,Title,Prompt,HIDE,Width,Height,X,Y,Font,Timeout,Default]
  371.  
  372. #T=KeyHistory
  373.  
  374. #T=KeyWait
  375. KeyWait,KeyName [,Options]
  376.  
  377. #T=ListHotkeys
  378.  
  379. #T=ListLines
  380.  
  381. #T=ListVars
  382.  
  383. #T=Loop
  384. Loop [,Count]
  385. {
  386.   ID := A_Index
  387.   If var%A_Index% =
  388.   break
  389. }
  390.  
  391. #T=Loop,FilePattern
  392. Loop,FilePattern [,IncludeFolders?,Recurse?]
  393. {
  394.   FileName := A_LoopFileName
  395.   FileFullPath := A_LoopFileLongPath
  396.   FileRelativeDir := A_LoopFileDir
  397.   command2
  398. }
  399.  
  400. #T=Loop,Parse
  401. Loop,Parse,InputVar [,Delimiters|CSV,OmitChars]
  402. {
  403.   Line := A_LoopField
  404.   command2
  405. }
  406.  
  407. #T=Loop,Read
  408. Loop,Read,InputFile [,OutputFile]
  409. {
  410.   Line := A_LoopReadLine
  411.   command2
  412. }
  413.  
  414. #T=Loop,Reg
  415. Loop,HKLM|HKU|HKCU|HKCR|HKCC [,Key,IncludeSubkeys?,Recurse?]
  416. {
  417.   RegName := A_LoopRegName
  418.   RegType := A_LoopRegType
  419.   command2
  420. }
  421.  
  422. #T=Menu
  423. Menu,MenuName,Cmd [,P3,P4,P5]
  424.  
  425. #T=MouseClick
  426. MouseClick,WhichButton [,X,Y,ClickCount,Speed,D|U,R]
  427.  
  428. #T=MouseClickDrag
  429. MouseClickDrag,WhichButton,X1,Y1,X2,Y2 [,Speed,R]
  430.  
  431. #T=MouseGetPos
  432. MouseGetPos [,OutputVarX,OutputVarY,OutputVarWin,OutputVarControl,1|2|3]
  433.  
  434. #T=MouseMove
  435. MouseMove,X,Y [,Speed,R]
  436.  
  437. #T=MsgBox
  438. MsgBox [,Options,Title,Text,Timeout]
  439.  
  440. #T=OnExit
  441. OnExit [,Label]
  442.  
  443. #T=OutputDebug
  444. OutputDebug,Text
  445.  
  446. #T=Pause
  447. Pause [,On|Off|Toggle,OperateOnUnderlyingThread?]
  448.  
  449. #T=PixelGetColor
  450. PixelGetColor,OutputVar,X,Y [,Alt|Slow|RGB]
  451.  
  452. #T=PixelSearch
  453. Pixelsearch,OutputVarX,OutputVarY,X1,Y1,X2,Y2,ColorID [,Variation,Fast|RGB]
  454.  
  455. #T=PostMessage
  456. PostMessage,Msg [,wParam,lParam,Control,WinTitle,WinText,ExcludeTitle,ExcludeText]
  457.  
  458. #T=Process
  459. Process,Cmd,PID-or-Name [,Param3]
  460.  
  461. #T=Progress
  462. Progress,Param1 [,SubText,MainText,WinTitle,FontName]
  463.  
  464. #T=Random
  465. Random,OutputVar [,Min,Max]
  466.  
  467. #T=RegDelete
  468. RegDelete,HKLM|HKU|HKCU|HKCR|HKCC,SubKey [,ValueName]
  469.  
  470. #T=RegRead
  471. RegRead,OutputVar,HKLM|HKU|HKCU|HKCR|HKCC,SubKey [,ValueName]
  472.  
  473. #T=RegWrite
  474. RegWrite,REG_SZ|REG_EXPAND_SZ|REG_MULTI_SZ|REG_DWORD|REG_BINARY,HKLM|HKU|HKCU|HKCR|HKCC,SubKey [,ValueName,Value]
  475.  
  476. #T=Reload
  477.  
  478. #T=Repeat
  479.  
  480. #T=Return
  481. Return [,Expression]
  482.  
  483. #T=Run
  484. Run,Target [,WorkingDir,Max|Min|Hide|UseErrorLevel,OutputVarPID]
  485.  
  486. #T=RunAs
  487. RunAs [,User,Password,Domain] 
  488.  
  489. #T=RunWait
  490. RunWait,Target [,WorkingDir,Max|Min|Hide|UseErrorLevel,OutputVarPID]
  491.  
  492. #T=Send
  493. Send,Keys
  494.  
  495. #T=SendEvent
  496. SendEvent,Keys
  497.  
  498. #T=SendInput
  499. SendInput,Keys
  500.  
  501. #T=SendMessage
  502. SendMessage,Msg [,wParam,lParam,Control,WinTitle,WinText,ExcludeTitle,ExcludeText]
  503.  
  504. #T=SendMode
  505. SendMode,Event|Play|Input|InputThenPlay
  506.  
  507. #T=SendPlay
  508. SendPlay,Keys
  509.  
  510. #T=SendRaw
  511. SendRaw,Keys
  512.  
  513. #T=SetBatchLines
  514. SetBatchLines,-1 | 20ms | LineCount
  515.  
  516. #T=SetCapslockState
  517. SetCapsLockState,On|Off|AlwaysOn|AlwaysOff
  518.  
  519. #T=SetControlDelay
  520. SetControlDelay,Delay
  521.  
  522. #T=SetDefaultMouseSpeed
  523. SetDefaultMouseSpeed,Speed
  524.  
  525. #T=SetEnv
  526. SetEnv,Var,Value
  527.  
  528. #T=SetFormat
  529. SetFormat,float|integer,TotalWidth.DecimalPlaces|hex|d
  530.  
  531. #T=SetKeyDelay
  532. SetKeyDelay [,Delay,PressDuration]
  533.  
  534. #T=SetMouseDelay
  535. SetMouseDelay,Delay
  536.  
  537. #T=SetNumlockState
  538. SetNumLockState,On|Off|AlwaysOn|AlwaysOff
  539.  
  540. #T=SetScrollLockState
  541. SetScrollLockState,On|Off|AlwaysOn|AlwaysOff
  542.  
  543. #T=SetStoreCapslockMode
  544. SetStoreCapslockMode,On|Off
  545.  
  546. #T=SetTimer
  547. SetTimer,Label [,Period|On|Off]
  548.  
  549. #T=SetTitleMatchMode
  550. SetTitleMatchMode,Fast|Slow|RegEx|1|2|3
  551.  
  552. #T=SetWinDelay
  553. SetWinDelay,Delay
  554.  
  555. #T=SetWorkingDir
  556. SetWorkingDir,DirName
  557.  
  558. #T=Shutdown
  559. Shutdown,Code
  560.  
  561. #T=Sleep
  562. Sleep,Delay
  563.  
  564. #T=Sort
  565. Sort,VarName [,Options]
  566.  
  567. #T=SoundBeep
  568. SoundBeep [,Frequency,Duration]
  569.  
  570. #T=SoundGet
  571. SoundGet,OutputVar [,ComponentType,ControlType,DeviceNumber]
  572.  
  573. #T=SoundGetWaveVolume
  574. SoundGetWaveVolume,OutputVar [,DeviceNumber]
  575.  
  576. #T=SoundPlay
  577. SoundPlay,Filename [,wait]
  578.  
  579. #T=SoundSet
  580. SoundSet,NewSetting [,ComponentType,ControlType,DeviceNumber]
  581.  
  582. #T=SoundSetWaveVolume
  583. SoundSetWaveVolume,Percent [,DeviceNumber]
  584.  
  585. #T=SplashImage
  586. SplashImage [,ImageFile,Options,SubText,MainText,WinTitle,FontName]
  587.  
  588. #T=SplashTextOff
  589.  
  590. #T=SplashTextOn
  591. SplashTextOn [,Width,Height,Title,Text]
  592.  
  593. #T=SplitPath
  594. SplitPath,InputVar [,OutFileName,OutDir,OutExtension,OutNameNoExt,OutDrive]
  595.  
  596. #T=StatusBarGetText
  597. StatusBarGetText,OutputVar [,Part#,WinTitle,WinText,ExcludeTitle,ExcludeText]
  598.  
  599. #T=StatusBarWait
  600. StatusBarWait [,BarText,Seconds,Part#,WinTitle,WinText,Interval,ExcludeTitle,ExcludeText]
  601.  
  602. #T=StringCaseSense
  603. StringCaseSense,On|Off|Locale
  604.  
  605. #T=StringGetPos
  606. StringGetPos,OutputVar,InputVar,SearchText [,L#|R#,Offset]
  607.  
  608. #T=StringLeft
  609. StringLeft,OutputVar,InputVar,Count
  610.  
  611. #T=StringLen
  612. StringLen,OutputVar,InputVar
  613.  
  614. #T=StringLower
  615. StringLower,OutputVar,InputVar [,T]
  616.  
  617. #T=StringMid
  618. StringMid,OutputVar,InputVar,StartChar [,Count,L]
  619.  
  620. #T=StringReplace
  621. StringReplace,OutputVar,InputVar,SearchText [,ReplaceText,All]
  622.  
  623. #T=StringRight
  624. StringRight,OutputVar,InputVar,Count
  625.  
  626. #T=StringSplit
  627. StringSplit,OutputArray,InputVar [,Delimiters,OmitChars]
  628.  
  629. #T=StringTrimLeft
  630. StringTrimLeft,OutputVar,InputVar,Count
  631.  
  632. #T=StringTrimRight
  633. StringTrimRight,OutputVar,InputVar,Count
  634.  
  635. #T=StringUpper
  636. StringUpper,OutputVar,InputVar [,T]
  637.  
  638. #T=Suspend
  639. Suspend [,On|Off|Toggle|Permit]
  640.  
  641. #T=SysGet
  642. SysGet,OutputVar,Sub-command [,Param3]
  643.  
  644. #T=Thread
  645. Thread,Setting,P2 [,P3]
  646.  
  647. #T=ToolTip
  648. ToolTip [,Text,X,Y,WhichToolTip]
  649.  
  650. #T=Transform
  651. Transform,OutputVar,Cmd,Value1 [,Value2]
  652.  
  653. #T=TrayTip
  654. TrayTip [,Title,Text,Seconds,Options]
  655.  
  656. #T=URLDownloadToFile
  657. URLDownloadToFile,URL,Filename
  658.  
  659. #T=WinActivate
  660. WinActivate [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  661.  
  662. #T=WinActivateBottom
  663. WinActivateBottom [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  664.  
  665. #T=WinClose
  666. WinClose [,WinTitle,WinText,SecondsToWait,ExcludeTitle,ExcludeText]
  667.  
  668. #T=WinGet
  669. WinGet,OutputVar [,Cmd,WinTitle,WinText,ExcludeTitle,ExcludeText]
  670.  
  671. #T=WinGetActiveStats
  672. WinGetActiveStats,Title,Width,Height,X,Y
  673.  
  674. #T=WinGetActiveTitle
  675. WinGetActiveTitle,OutputVar
  676.  
  677. #T=WinGetClass
  678. WinGetClass,OutputVar [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  679.  
  680. #T=WinGetPos
  681. WinGetPos [,X,Y,Width,Height,WinTitle,WinText,ExcludeTitle,ExcludeText]
  682.  
  683. #T=WinGetText
  684. WinGetText,OutputVar [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  685.  
  686. #T=WinGetTitle
  687. WinGetTitle,OutputVar [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  688.  
  689. #T=WinHide
  690. WinHide [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  691.  
  692. #T=WinKill
  693. WinKill [,WinTitle,WinText,SecondsToWait,ExcludeTitle,ExcludeText]
  694.  
  695. #T=WinMaximize
  696. WinMaximize [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  697.  
  698. #T=WinMenuSelectItem
  699. WinMenuSelectItem,WinTitle,WinText,Menu [,SubMenu1,SubMenu2,SubMenu3,SubMenu4,SubMenu5,SubMenu6,ExcludeTitle,ExcludeText]
  700.  
  701. #T=WinMinimize
  702. WinMinimize [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  703.  
  704. #T=WinMinimizeAll
  705.  
  706. #T=WinMinimizeAllUndo
  707.  
  708. #T=WinMove
  709. WinMove,WinTitle,WinText,X,Y [,Width,Height,ExcludeTitle,ExcludeText]
  710.  
  711. #T=WinRestore
  712. WinRestore [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  713.  
  714. #T=WinSet
  715. WinSet,AlwaysOnTop|Trans,On|Off|Toggle|Value(0-255) [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  716.  
  717. #T=WinSetTitle
  718. WinSetTitle,WinTitle,WinText,NewTitle [,ExcludeTitle,ExcludeText]
  719.  
  720. #T=WinShow
  721. WinShow [,WinTitle,WinText,ExcludeTitle,ExcludeText]
  722.  
  723. #T=WinWait
  724. WinWait,WinTitle,WinText,Seconds [,ExcludeTitle,ExcludeText]
  725.  
  726. #T=WinWaitActive
  727. WinWaitActive [,WinTitle,WinText,Seconds,ExcludeTitle,ExcludeText]
  728.  
  729. #T=WinWaitClose
  730. WinWaitClose,WinTitle,WinText,Seconds [,ExcludeTitle,ExcludeText]
  731.  
  732. #T=WinWaitNotActive
  733. WinWaitNotActive [,WinTitle,WinText,Seconds,ExcludeTitle,ExcludeText]
  734.  
  735. #T=A_AhkPath
  736.  
  737. #T=A_AhkVersion
  738.  
  739. #T=A_AppData
  740.  
  741. #T=A_AppDataCommon
  742.  
  743. #T=A_AutoTrim
  744.  
  745. #T=A_BatchLines
  746.  
  747. #T=A_CaretX
  748.  
  749. #T=A_CaretY
  750.  
  751. #T=A_ComputerName
  752.  
  753. #T=A_ControlDelay
  754.  
  755. #T=A_Cursor
  756.  
  757. #T=A_DD
  758.  
  759. #T=A_DDD
  760.  
  761. #T=A_DDDD
  762.  
  763. #T=A_DefaultMouseSpeed
  764.  
  765. #T=A_Desktop
  766.  
  767. #T=A_DesktopCommon
  768.  
  769. #T=A_DetectHiddenText
  770.  
  771. #T=A_DetectHiddenWindows
  772.  
  773. #T=A_EndChar
  774.  
  775. #T=A_EventInfo
  776.  
  777. #T=A_ExitReason
  778.  
  779. #T=A_FormatFloat
  780.  
  781. #T=A_FormatInteger
  782.  
  783. #T=A_Gui
  784.  
  785. #T=A_GuiEvent
  786.  
  787. #T=A_GuiControl
  788.  
  789. #T=A_GuiControlEvent
  790.  
  791. #T=A_GuiHeight
  792.  
  793. #T=A_GuiWidth
  794.  
  795. #T=A_GuiX
  796.  
  797. #T=A_GuiY
  798.  
  799. #T=A_Hour
  800.  
  801. #T=A_IconFile
  802.  
  803. #T=A_IconHidden
  804.  
  805. #T=A_IconNumber
  806.  
  807. #T=A_IconTip
  808.  
  809. #T=A_Index
  810.  
  811. #T=A_IPAddress1
  812.  
  813. #T=A_IPAddress2
  814.  
  815. #T=A_IPAddress3
  816.  
  817. #T=A_IPAddress4
  818.  
  819. #T=A_ISAdmin
  820.  
  821. #T=A_IsCompiled
  822.  
  823. #T=A_IsSuspended
  824.  
  825. #T=A_KeyDelay
  826.  
  827. #T=A_Language
  828.  
  829. #T=A_LastError
  830.  
  831. #T=A_LineFile
  832.  
  833. #T=A_LineNumber
  834.  
  835. #T=A_LoopField
  836.  
  837. #T=A_LoopFileAttrib
  838.  
  839. #T=A_LoopFileDir
  840.  
  841. #T=A_LoopFileExt
  842.  
  843. #T=A_LoopFileFullPath
  844.  
  845. #T=A_LoopFileLongPath
  846.  
  847. #T=A_LoopFileName
  848.  
  849. #T=A_LoopFileShortName
  850.  
  851. #T=A_LoopFileShortPath
  852.  
  853. #T=A_LoopFileSize
  854.  
  855. #T=A_LoopFileSizeKB
  856.  
  857. #T=A_LoopFileSizeMB
  858.  
  859. #T=A_LoopFileTimeAccessed
  860.  
  861. #T=A_LoopFileTimeCreated
  862.  
  863. #T=A_LoopFileTimeModified
  864.  
  865. #T=A_LoopReadLine
  866.  
  867. #T=A_LoopRegKey
  868.  
  869. #T=A_LoopRegName
  870.  
  871. #T=A_LoopRegSubkey
  872.  
  873. #T=A_LoopRegTimeModified
  874.  
  875. #T=A_LoopRegType
  876.  
  877. #T=A_MDAY
  878.  
  879. #T=A_Min
  880.  
  881. #T=A_MM
  882.  
  883. #T=A_MMM
  884.  
  885. #T=A_MMMM
  886.  
  887. #T=A_Mon
  888.  
  889. #T=A_MouseDelay
  890.  
  891. #T=A_MSec
  892.  
  893. #T=A_MyDocuments
  894.  
  895. #T=A_Now
  896.  
  897. #T=A_NowUTC
  898.  
  899. #T=A_NumBatchLines
  900.  
  901. #T=A_OSType
  902.  
  903. #T=A_OSVersion
  904.  
  905. #T=A_PriorHotkey
  906.  
  907. #T=A_ProgramFiles
  908.  
  909. #T=A_Programs
  910.  
  911. #T=A_ProgramsCommon
  912.  
  913. #T=A_ScreenHeight
  914.  
  915. #T=A_ScreenWidth
  916.  
  917. #T=A_ScriptDir
  918.  
  919. #T=A_ScriptFullPath
  920.  
  921. #T=A_ScriptName
  922.  
  923. #T=A_Sec
  924.  
  925. #T=A_Space
  926.  
  927. #T=A_StartMenu
  928.  
  929. #T=A_StartMenuCommon
  930.  
  931. #T=A_Startup
  932.  
  933. #T=A_StartupCommon
  934.  
  935. #T=A_StringCaseSense
  936.  
  937. #T=A_Tab
  938.  
  939. #T=A_Temp
  940.  
  941. #T=A_ThisHotkey
  942.  
  943. #T=A_ThisMenu
  944.  
  945. #T=A_ThisMenuItem
  946.  
  947. #T=A_ThisMenuItemPos
  948.  
  949. #T=A_TickCount
  950.  
  951. #T=A_TimeIdle
  952.  
  953. #T=A_TimeIdlePhysical
  954.  
  955. #T=A_TimeSincePriorHotkey
  956.  
  957. #T=A_TimeSinceThisHotkey
  958.  
  959. #T=A_TitleMatchMode
  960.  
  961. #T=A_TitleMatchModeSpeed
  962.  
  963. #T=A_UserName
  964.  
  965. #T=A_WDay
  966.  
  967. #T=A_WinDelay
  968.  
  969. #T=A_WinDir
  970.  
  971. #T=A_WorkingDir
  972.  
  973. #T=A_YDay
  974.  
  975. #T=A_YEAR
  976.  
  977. #T=A_YWeek
  978.  
  979. #T=A_YYYY
  980.  
  981. #T=Clipboard
  982.  
  983. #T=ClipboardAll
  984.  
  985. #T=ComSpec
  986.  
  987. #T=ErrorLevel
  988.  
  989. #T=ProgramFiles
  990.  
  991. #T=True
  992.  
  993. #T=False
  994.  
  995.  
  996. #
  997.